home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Zombie / Install / Installdata / quit.rexx < prev    next >
OS/2 REXX Batch file  |  1998-02-05  |  155b  |  12 lines

  1. /*
  2. \\  Small Arexx script to quit MultiPlayer.
  3. //
  4. \\  Created for Gloom3DC Installation by Gaz Murfin.
  5. //
  6. \\
  7. */
  8. PARSE ARG REASON
  9. ADDRESS "RXTRACKER"
  10. QUIT
  11.  
  12.